ResolveBlobResponse

data class ResolveBlobResponse(uuid: String)

Represents response frame that is returned from IO#resolveBlob operation call. Return UUID of Blob object specified by a remote object id.

See also

Constructors

ResolveBlobResponse
Link copied to clipboard
fun ResolveBlobResponse(uuid: String)

Properties

uuid
Link copied to clipboard
val uuid: String
UUID of the specified Blob.

Sources

jvm source
Link copied to clipboard